AT-NFC  2.1 (win)
AT-NFC kernel set
Macros
Error Codes

Errors used by T-NFC Entry Point. More...

Macros

#define T_NFC_EP_OK   0x0000
 
#define T_NFC_EP_INF   0x03A0
 
#define T_NFC_EP_INF_NO_DATA   T_NFC_EP_INF + 0x01
 
#define T_NFC_EP_INF_OUTCOME   T_NFC_EP_INF + 0x02
 
#define T_NFC_EP_INF_CANCELLED   T_NFC_EP_INF + 0x03
 
#define T_NFC_EP_INF_POLLING_TIMEOUT   T_NFC_EP_INF + 0x04
 
#define T_NFC_EP_INF_REMOVAL_TIMEOUT   T_NFC_EP_INF + 0x05
 
#define T_NFC_EP_INF_SKIPPED   T_NFC_EP_INF + 0x06
 
#define T_NFC_EP_INF_EXT_PROCESSING   T_NFC_EP_INF + 0x07
 
#define T_NFC_EP_INF_FIELDOFF_TIMEOUT   T_NFC_EP_INF + 0x08
 
#define T_NFC_EP_INIT   0x7700
 
#define T_NFC_EP_INIT_INV_PARAM   T_NFC_EP_INIT + 0x01
 
#define T_NFC_EP_INIT_INV_CLB_VER   T_NFC_EP_INIT + 0x02
 
#define T_NFC_EP_INIT_INV_CLB_SIZE   T_NFC_EP_INIT + 0x03
 
#define T_NFC_EP_INIT_INV_MEM_CLB   T_NFC_EP_INIT + 0x04
 
#define T_NFC_EP_INIT_MEM_ALLOC   T_NFC_EP_INIT + 0x05
 
#define T_NFC_EP_INIT_LIB_INIT   T_NFC_EP_INIT + 0x06
 
#define T_NFC_EP_INIT_HAL_LICENSE   T_NFC_EP_INIT + 0x07
 
#define T_NFC_EP_INIT_HAL_CHECKSUM   T_NFC_EP_INIT + 0x08
 
#define T_NFC_EP_DEINIT   0x7710
 
#define T_NFC_EP_DEINIT_INV_PARAM   T_NFC_EP_DEINIT + 0x01
 
#define T_NFC_EP_DEINIT_TRAN_RELEASE   T_NFC_EP_DEINIT + 0x02
 
#define T_NFC_EP_DEINIT_LIB_DEINIT   T_NFC_EP_DEINIT + 0x03
 
#define T_NFC_EP_DEINIT_MEM_FREE   T_NFC_EP_DEINIT + 0x04
 
#define T_NFC_EP_DEINIT_MEM_CLB   T_NFC_EP_DEINIT + 0x05
 
#define T_NFC_EP_VERSION   0x7720
 
#define T_NFC_EP_VERSION_INV_PARAM   T_NFC_EP_VERSION + 0x01
 
#define T_NFC_EP_VERSION_UNSUPP   T_NFC_EP_VERSION + 0x02
 
#define T_NFC_EP_VERSION_LIB_ERR   T_NFC_EP_VERSION + 0x03
 
#define T_NFC_EP_VERSION_LENGTH   T_NFC_EP_VERSION + 0x04
 
#define T_NFC_EP_CHECKSUM   0x7730
 
#define T_NFC_EP_CHECKSUM_INV_PARAM   T_NFC_EP_CHECKSUM + 0x01
 
#define T_NFC_EP_CHECKSUM_UNSUPP   T_NFC_EP_CHECKSUM + 0x02
 
#define T_NFC_EP_CHECKSUM_LIB_CALC   T_NFC_EP_CHECKSUM + 0x03
 
#define T_NFC_EP_PREPARE   0x7740
 
#define T_NFC_EP_PREPARE_INV_PARAM   T_NFC_EP_PREPARE + 0x01
 
#define T_NFC_EP_PREPARE_RELEASE   T_NFC_EP_PREPARE + 0x02
 
#define T_NFC_EP_PREPARE_FAILURE   T_NFC_EP_PREPARE + 0x03
 
#define T_NFC_EP_NEW_TRAN   0x7750
 
#define T_NFC_EP_NEW_TRAN_INV_PARAM   T_NFC_EP_NEW_TRAN + 0x01
 
#define T_NFC_EP_NEW_TRAN_INV_SEQ   T_NFC_EP_NEW_TRAN + 0x02
 
#define T_NFC_EP_NEW_TRAN_HAL_TRACE   T_NFC_EP_NEW_TRAN + 0x03
 
#define T_NFC_EP_NEW_TRAN_FAILURE   T_NFC_EP_NEW_TRAN + 0x04
 
#define T_NFC_EP_TRAN_RESTART   0x7760
 
#define T_NFC_EP_TRAN_RESTART_INV_PARAM   T_NFC_EP_TRAN_RESTART + 0x01
 
#define T_NFC_EP_TRAN_RESTART_INV_SEQ   T_NFC_EP_TRAN_RESTART + 0x02
 
#define T_NFC_EP_TRAN_RESTART_FAILURE   T_NFC_EP_TRAN_RESTART + 0x03
 
#define T_NFC_EP_TR_RELEASE   0x7770
 
#define T_NFC_EP_TR_RELEASE_INV_PARAM   T_NFC_EP_TR_RELEASE + 0x01
 
#define T_NFC_EP_TR_RELEASE_RELEASE_TRAN   T_NFC_EP_TR_RELEASE + 0x02
 
#define T_NFC_EP_GET_DATA   0x7780
 
#define T_NFC_EP_GET_DATA_INV_PARAM   T_NFC_EP_GET_DATA + 0x01
 
#define T_NFC_EP_GET_DATA_INV_SEQ   T_NFC_EP_GET_DATA + 0x02
 
#define T_NFC_EP_GET_DATA_FAILED   T_NFC_EP_GET_DATA + 0x03
 
#define T_NFC_EP_GET_DATA_BY_TAG   0x7790
 
#define T_NFC_EP_GET_DATA_BY_TAG_INV_PARAM   T_NFC_EP_GET_DATA_BY_TAG + 0x01
 
#define T_NFC_EP_GET_DATA_BY_TAG_INV_SEQ   T_NFC_EP_GET_DATA_BY_TAG + 0x02
 
#define T_NFC_EP_GET_DATA_BY_TAG_FAILED   T_NFC_EP_GET_DATA_BY_TAG + 0x03
 
#define T_NFC_EP_GET_DATA_BY_TAG_LIST   0x77A0
 
#define T_NFC_EP_GET_DATA_BY_TAG_LIST_INV_PARAM   T_NFC_EP_GET_DATA_BY_TAG_LIST + 0x01
 
#define T_NFC_EP_GET_DATA_BY_TAG_LIST_INV_SEQ   T_NFC_EP_GET_DATA_BY_TAG_LIST + 0x02
 
#define T_NFC_EP_GET_DATA_BY_TAG_LIST_FAILED   T_NFC_EP_GET_DATA_BY_TAG_LIST + 0x03
 
#define T_NFC_EP_GET_DATA_BY_ID   0x77B0
 
#define T_NFC_EP_GET_DATA_BY_ID_INV_PARAM   T_NFC_EP_GET_DATA_BY_ID + 0x01
 
#define T_NFC_EP_GET_DATA_BY_ID_FAILED   T_NFC_EP_GET_DATA_BY_ID + 0x02
 
#define T_NFC_EP_GET_CUSTOM_TAG_BY_ID   0x77C0
 
#define T_NFC_EP_GET_CUSTOM_TAG_BY_ID_INV_PARAM   T_NFC_EP_GET_CUSTOM_TAG_BY_ID + 0x01
 
#define T_NFC_EP_REG_CALLBACK   0x77D0
 
#define T_NFC_EP_REG_CALLBACK_INV_PARAM   T_NFC_EP_REG_CALLBACK + 0x01
 
#define T_NFC_EP_REG_CALLBACK_INV_HAL_CONTEXT   T_NFC_EP_REG_CALLBACK + 0x02
 
#define T_NFC_EP_REG_CALLBACK_INV_HAL_PARAM   T_NFC_EP_REG_CALLBACK + 0x03
 
#define T_NFC_EP_REG_CALLBACK_NOT_SET   T_NFC_EP_REG_CALLBACK + 0x04
 
#define T_NFC_EP_REG_KERNEL   0x7800
 
#define T_NFC_EP_REG_KERNEL_INV_PARAM   T_NFC_EP_REG_KERNEL + 0x01
 
#define T_NFC_EP_REG_KERNEL_MEM_ALLOC   T_NFC_EP_REG_KERNEL + 0x02
 
#define T_NFC_EP_GET_KERNEL_API   0x7810
 
#define T_NFC_EP_GET_KERNEL_API_INV_PARAM   T_NFC_EP_GET_KERNEL_API + 0x01
 
#define T_NFC_EP_GET_KERNEL_API_NOT_FOUND   T_NFC_EP_GET_KERNEL_API + 0x02
 
#define T_NFC_EP_KER_FUNC   0x7820
 
#define T_NFC_EP_KER_FUNC_KERNEL_NOT_FOUND   T_NFC_EP_KER_FUNC + 0x01
 
#define T_NFC_EP_KER_FUNC_FUNCTION_NOT_FOUND   T_NFC_EP_KER_FUNC + 0x02
 
#define T_NFC_EP_KER_FUNC_FUNCTION_FAILED   T_NFC_EP_KER_FUNC + 0x03
 

Detailed Description

Errors used by T-NFC Entry Point.

Macro Definition Documentation

◆ T_NFC_EP_CHECKSUM

#define T_NFC_EP_CHECKSUM   0x7730

t_nfc_epChecksum: error base

◆ T_NFC_EP_CHECKSUM_INV_PARAM

#define T_NFC_EP_CHECKSUM_INV_PARAM   T_NFC_EP_CHECKSUM + 0x01

inv param

◆ T_NFC_EP_CHECKSUM_LIB_CALC

#define T_NFC_EP_CHECKSUM_LIB_CALC   T_NFC_EP_CHECKSUM + 0x03

checksum calculation failure

◆ T_NFC_EP_CHECKSUM_UNSUPP

#define T_NFC_EP_CHECKSUM_UNSUPP   T_NFC_EP_CHECKSUM + 0x02

unsupported request type

◆ T_NFC_EP_DEINIT

#define T_NFC_EP_DEINIT   0x7710

t_nfc_epDeinit: error base

◆ T_NFC_EP_DEINIT_INV_PARAM

#define T_NFC_EP_DEINIT_INV_PARAM   T_NFC_EP_DEINIT + 0x01

inv param

◆ T_NFC_EP_DEINIT_LIB_DEINIT

#define T_NFC_EP_DEINIT_LIB_DEINIT   T_NFC_EP_DEINIT + 0x03

lib deinit failure

◆ T_NFC_EP_DEINIT_MEM_CLB

#define T_NFC_EP_DEINIT_MEM_CLB   T_NFC_EP_DEINIT + 0x05

mem callbacks not set

◆ T_NFC_EP_DEINIT_MEM_FREE

#define T_NFC_EP_DEINIT_MEM_FREE   T_NFC_EP_DEINIT + 0x04

release memory failure

◆ T_NFC_EP_DEINIT_TRAN_RELEASE

#define T_NFC_EP_DEINIT_TRAN_RELEASE   T_NFC_EP_DEINIT + 0x02

tran release failure

◆ T_NFC_EP_GET_CUSTOM_TAG_BY_ID

#define T_NFC_EP_GET_CUSTOM_TAG_BY_ID   0x77C0

t_nfc_epGetCustomTagByID: error base

◆ T_NFC_EP_GET_CUSTOM_TAG_BY_ID_INV_PARAM

#define T_NFC_EP_GET_CUSTOM_TAG_BY_ID_INV_PARAM   T_NFC_EP_GET_CUSTOM_TAG_BY_ID + 0x01

inv param

◆ T_NFC_EP_GET_DATA

#define T_NFC_EP_GET_DATA   0x7780

t_nfc_epGetData: error base

◆ T_NFC_EP_GET_DATA_BY_ID

#define T_NFC_EP_GET_DATA_BY_ID   0x77B0

t_nfc_epGetDataByID: error base

◆ T_NFC_EP_GET_DATA_BY_ID_FAILED

#define T_NFC_EP_GET_DATA_BY_ID_FAILED   T_NFC_EP_GET_DATA_BY_ID + 0x02

failure

◆ T_NFC_EP_GET_DATA_BY_ID_INV_PARAM

#define T_NFC_EP_GET_DATA_BY_ID_INV_PARAM   T_NFC_EP_GET_DATA_BY_ID + 0x01

inv param

◆ T_NFC_EP_GET_DATA_BY_TAG

#define T_NFC_EP_GET_DATA_BY_TAG   0x7790

t_nfc_epGetDataByTag: error base

◆ T_NFC_EP_GET_DATA_BY_TAG_FAILED

#define T_NFC_EP_GET_DATA_BY_TAG_FAILED   T_NFC_EP_GET_DATA_BY_TAG + 0x03

failure

◆ T_NFC_EP_GET_DATA_BY_TAG_INV_PARAM

#define T_NFC_EP_GET_DATA_BY_TAG_INV_PARAM   T_NFC_EP_GET_DATA_BY_TAG + 0x01

inv param

◆ T_NFC_EP_GET_DATA_BY_TAG_INV_SEQ

#define T_NFC_EP_GET_DATA_BY_TAG_INV_SEQ   T_NFC_EP_GET_DATA_BY_TAG + 0x02

inv command sequense - transaction data not availablke

◆ T_NFC_EP_GET_DATA_BY_TAG_LIST

#define T_NFC_EP_GET_DATA_BY_TAG_LIST   0x77A0

t_nfc_epGetDataByTagList: error base

◆ T_NFC_EP_GET_DATA_BY_TAG_LIST_FAILED

#define T_NFC_EP_GET_DATA_BY_TAG_LIST_FAILED   T_NFC_EP_GET_DATA_BY_TAG_LIST + 0x03

failure

◆ T_NFC_EP_GET_DATA_BY_TAG_LIST_INV_PARAM

#define T_NFC_EP_GET_DATA_BY_TAG_LIST_INV_PARAM   T_NFC_EP_GET_DATA_BY_TAG_LIST + 0x01

inv param

◆ T_NFC_EP_GET_DATA_BY_TAG_LIST_INV_SEQ

#define T_NFC_EP_GET_DATA_BY_TAG_LIST_INV_SEQ   T_NFC_EP_GET_DATA_BY_TAG_LIST + 0x02

inv command sequense - transaction data not availablke

◆ T_NFC_EP_GET_DATA_FAILED

#define T_NFC_EP_GET_DATA_FAILED   T_NFC_EP_GET_DATA + 0x03

failure

◆ T_NFC_EP_GET_DATA_INV_PARAM

#define T_NFC_EP_GET_DATA_INV_PARAM   T_NFC_EP_GET_DATA + 0x01

inv param

◆ T_NFC_EP_GET_DATA_INV_SEQ

#define T_NFC_EP_GET_DATA_INV_SEQ   T_NFC_EP_GET_DATA + 0x02

inv command sequense - transaction data not availablke

◆ T_NFC_EP_GET_KERNEL_API

#define T_NFC_EP_GET_KERNEL_API   0x7810

t_int_epGetKernelAPI: error base

◆ T_NFC_EP_GET_KERNEL_API_INV_PARAM

#define T_NFC_EP_GET_KERNEL_API_INV_PARAM   T_NFC_EP_GET_KERNEL_API + 0x01

inv param

◆ T_NFC_EP_GET_KERNEL_API_NOT_FOUND

#define T_NFC_EP_GET_KERNEL_API_NOT_FOUND   T_NFC_EP_GET_KERNEL_API + 0x02

kernel not registered

◆ T_NFC_EP_INF

#define T_NFC_EP_INF   0x03A0

Common info error base

◆ T_NFC_EP_INF_CANCELLED

#define T_NFC_EP_INF_CANCELLED   T_NFC_EP_INF + 0x03

Card polling cancelled from outside

◆ T_NFC_EP_INF_EXT_PROCESSING

#define T_NFC_EP_INF_EXT_PROCESSING   T_NFC_EP_INF + 0x07

Card to be externally processed

◆ T_NFC_EP_INF_FIELDOFF_TIMEOUT

#define T_NFC_EP_INF_FIELDOFF_TIMEOUT   T_NFC_EP_INF + 0x08

Fieldoff timeout

◆ T_NFC_EP_INF_NO_DATA

#define T_NFC_EP_INF_NO_DATA   T_NFC_EP_INF + 0x01

No appropriate data found

◆ T_NFC_EP_INF_OUTCOME

#define T_NFC_EP_INF_OUTCOME   T_NFC_EP_INF + 0x02

See nfc outcome for details

◆ T_NFC_EP_INF_POLLING_TIMEOUT

#define T_NFC_EP_INF_POLLING_TIMEOUT   T_NFC_EP_INF + 0x04

Card polling timeout

◆ T_NFC_EP_INF_REMOVAL_TIMEOUT

#define T_NFC_EP_INF_REMOVAL_TIMEOUT   T_NFC_EP_INF + 0x05

Card removal timeout

◆ T_NFC_EP_INF_SKIPPED

#define T_NFC_EP_INF_SKIPPED   T_NFC_EP_INF + 0x06

Command skipped

◆ T_NFC_EP_INIT

#define T_NFC_EP_INIT   0x7700

t_nfc_epInit: error base

◆ T_NFC_EP_INIT_HAL_CHECKSUM

#define T_NFC_EP_INIT_HAL_CHECKSUM   T_NFC_EP_INIT + 0x08

checksum calc failure

◆ T_NFC_EP_INIT_HAL_LICENSE

#define T_NFC_EP_INIT_HAL_LICENSE   T_NFC_EP_INIT + 0x07

check license failure

◆ T_NFC_EP_INIT_INV_CLB_SIZE

#define T_NFC_EP_INIT_INV_CLB_SIZE   T_NFC_EP_INIT + 0x03

inv callbacks size

◆ T_NFC_EP_INIT_INV_CLB_VER

#define T_NFC_EP_INIT_INV_CLB_VER   T_NFC_EP_INIT + 0x02

inv callbacks version

◆ T_NFC_EP_INIT_INV_MEM_CLB

#define T_NFC_EP_INIT_INV_MEM_CLB   T_NFC_EP_INIT + 0x04

mem callbacks not set

◆ T_NFC_EP_INIT_INV_PARAM

#define T_NFC_EP_INIT_INV_PARAM   T_NFC_EP_INIT + 0x01

inv param

◆ T_NFC_EP_INIT_LIB_INIT

#define T_NFC_EP_INIT_LIB_INIT   T_NFC_EP_INIT + 0x06

init hal failure

◆ T_NFC_EP_INIT_MEM_ALLOC

#define T_NFC_EP_INIT_MEM_ALLOC   T_NFC_EP_INIT + 0x05

mem alloc failure

◆ T_NFC_EP_KER_FUNC

#define T_NFC_EP_KER_FUNC   0x7820

epKer... common errors: error base

◆ T_NFC_EP_KER_FUNC_FUNCTION_FAILED

#define T_NFC_EP_KER_FUNC_FUNCTION_FAILED   T_NFC_EP_KER_FUNC + 0x03

kernel function failure

◆ T_NFC_EP_KER_FUNC_FUNCTION_NOT_FOUND

#define T_NFC_EP_KER_FUNC_FUNCTION_NOT_FOUND   T_NFC_EP_KER_FUNC + 0x02

kernel function not found

◆ T_NFC_EP_KER_FUNC_KERNEL_NOT_FOUND

#define T_NFC_EP_KER_FUNC_KERNEL_NOT_FOUND   T_NFC_EP_KER_FUNC + 0x01

apropriate kernel not found

◆ T_NFC_EP_NEW_TRAN

#define T_NFC_EP_NEW_TRAN   0x7750

t_nfc_epNewTran: error base

◆ T_NFC_EP_NEW_TRAN_FAILURE

#define T_NFC_EP_NEW_TRAN_FAILURE   T_NFC_EP_NEW_TRAN + 0x04

nfc tran failure - abort

◆ T_NFC_EP_NEW_TRAN_HAL_TRACE

#define T_NFC_EP_NEW_TRAN_HAL_TRACE   T_NFC_EP_NEW_TRAN + 0x03

set hal trace failure - abort

◆ T_NFC_EP_NEW_TRAN_INV_PARAM

#define T_NFC_EP_NEW_TRAN_INV_PARAM   T_NFC_EP_NEW_TRAN + 0x01

inv param

◆ T_NFC_EP_NEW_TRAN_INV_SEQ

#define T_NFC_EP_NEW_TRAN_INV_SEQ   T_NFC_EP_NEW_TRAN + 0x02

inv command sequense - transaction already processed

◆ T_NFC_EP_OK

#define T_NFC_EP_OK   0x0000

Success

◆ T_NFC_EP_PREPARE

#define T_NFC_EP_PREPARE   0x7740

t_nfc_epPrepareNewTran: error base

◆ T_NFC_EP_PREPARE_FAILURE

#define T_NFC_EP_PREPARE_FAILURE   T_NFC_EP_PREPARE + 0x03

tran preprocessing failure

◆ T_NFC_EP_PREPARE_INV_PARAM

#define T_NFC_EP_PREPARE_INV_PARAM   T_NFC_EP_PREPARE + 0x01

inv param

◆ T_NFC_EP_PREPARE_RELEASE

#define T_NFC_EP_PREPARE_RELEASE   T_NFC_EP_PREPARE + 0x02

release prev tran failure

◆ T_NFC_EP_REG_CALLBACK

#define T_NFC_EP_REG_CALLBACK   0x77D0

t_nfc_epRegisterCallback: error base

◆ T_NFC_EP_REG_CALLBACK_INV_HAL_CONTEXT

#define T_NFC_EP_REG_CALLBACK_INV_HAL_CONTEXT   T_NFC_EP_REG_CALLBACK + 0x02

inv context passed to hal

◆ T_NFC_EP_REG_CALLBACK_INV_HAL_PARAM

#define T_NFC_EP_REG_CALLBACK_INV_HAL_PARAM   T_NFC_EP_REG_CALLBACK + 0x03

inv param passed to hal

◆ T_NFC_EP_REG_CALLBACK_INV_PARAM

#define T_NFC_EP_REG_CALLBACK_INV_PARAM   T_NFC_EP_REG_CALLBACK + 0x01

inv param

◆ T_NFC_EP_REG_CALLBACK_NOT_SET

#define T_NFC_EP_REG_CALLBACK_NOT_SET   T_NFC_EP_REG_CALLBACK + 0x04

no appropriate callback set

◆ T_NFC_EP_REG_KERNEL

#define T_NFC_EP_REG_KERNEL   0x7800

t_nfc_epRegisterKernel: error base

◆ T_NFC_EP_REG_KERNEL_INV_PARAM

#define T_NFC_EP_REG_KERNEL_INV_PARAM   T_NFC_EP_REG_KERNEL + 0x01

inv param

◆ T_NFC_EP_REG_KERNEL_MEM_ALLOC

#define T_NFC_EP_REG_KERNEL_MEM_ALLOC   T_NFC_EP_REG_KERNEL + 0x02

mem alloc failure

◆ T_NFC_EP_TR_RELEASE

#define T_NFC_EP_TR_RELEASE   0x7770

t_nfc_epTranRelease: error base

◆ T_NFC_EP_TR_RELEASE_INV_PARAM

#define T_NFC_EP_TR_RELEASE_INV_PARAM   T_NFC_EP_TR_RELEASE + 0x01

inv param

◆ T_NFC_EP_TR_RELEASE_RELEASE_TRAN

#define T_NFC_EP_TR_RELEASE_RELEASE_TRAN   T_NFC_EP_TR_RELEASE + 0x02

release tran failure

◆ T_NFC_EP_TRAN_RESTART

#define T_NFC_EP_TRAN_RESTART   0x7760

t_nfc_epTranRestart: error base

◆ T_NFC_EP_TRAN_RESTART_FAILURE

#define T_NFC_EP_TRAN_RESTART_FAILURE   T_NFC_EP_TRAN_RESTART + 0x03

nfc tran failure - abort

◆ T_NFC_EP_TRAN_RESTART_INV_PARAM

#define T_NFC_EP_TRAN_RESTART_INV_PARAM   T_NFC_EP_TRAN_RESTART + 0x01

inv param

◆ T_NFC_EP_TRAN_RESTART_INV_SEQ

#define T_NFC_EP_TRAN_RESTART_INV_SEQ   T_NFC_EP_TRAN_RESTART + 0x02

inv command sequense - transaction already processed

◆ T_NFC_EP_VERSION

#define T_NFC_EP_VERSION   0x7720

t_nfc_epVersion: error base

◆ T_NFC_EP_VERSION_INV_PARAM

#define T_NFC_EP_VERSION_INV_PARAM   T_NFC_EP_VERSION + 0x01

inv param

◆ T_NFC_EP_VERSION_LENGTH

#define T_NFC_EP_VERSION_LENGTH   T_NFC_EP_VERSION + 0x04

not enaugh space

◆ T_NFC_EP_VERSION_LIB_ERR

#define T_NFC_EP_VERSION_LIB_ERR   T_NFC_EP_VERSION + 0x03

version obtain failure

◆ T_NFC_EP_VERSION_UNSUPP

#define T_NFC_EP_VERSION_UNSUPP   T_NFC_EP_VERSION + 0x02

unsupported request type